//Granify Android SDK/com.granifyinc.granifysdk/Granify/trackWishList

trackWishList

[androidJvm]\

@JvmStatic

fun trackWishList(name: String, contents: List<WishListItem>)

Notifies Granify of the contents of the shopper’s wish list.

This method can be called multiple times for different lists you wish to track. Please ensure that you use a unique name for each list tracked (e.g. "Saved for Later", "Christmas", etc.) per user.

Placement

This function should be called:

Parameters

androidJvm

   
name The name of the wish list being tracked.
contents The contents of the wish list.